#include "DDirect3D.hpp"
#include "deBitmap.hpp"
#include "deMath.hpp"
Include dependency graph for DDirect3D.cpp:

Compounds | |
| struct | CardVCache |
Defines | |
| #define | D3D_DEV_TYPE (D3DDEVTYPE_HAL) |
| #define | VERTEXSHADERID 0x01005356 |
| #define | TEXTURESTRUCTID 0x01005354 |
| #define | ReportErrorHR(hr) |
| #define | HR2StringCase(Case_) |
| #define | Format2StringCase(Case_) |
Typedefs | |
| typedef IDirect3D8 *(WINAPI * | fDirect3DCreate8 )(UINT SDKVersion) |
Functions | |
| deBoolean | IsDestiny3DDriver () |
| IdeDriver * | GetDriverInstance (long ID) |
| const deDriverInfo * | GetDriverInfo (long StructSize) |
| deBoolean | IsPow2 (int num) |
| char *__cdecl | HR2String (HRESULT hr, char *szHR) |
| char *__cdecl | Format2String (IdeDriver::BPP format, char *szFmt) |
Variables | |
| deDriverInfo | DriverInfo |
| deBoolean | AdapterInfoLogged = deFALSE |
| CardVCache | s_CardListing [] |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
Value: case Case_:\ strcpy(szFmt, #Case_); break |
|
|
Value: case Case_:\ strcpy(szHR, #Case_); break |
|
|
Value: |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
{
{"RADEON 8500", 12},
{"RADEON 9700", 12},
{"GEFORCE 256", 12},
{"GEFORCE2", 12},
{"GEFORCE3", 16},
{"GEFORCE4", 18},
}
|
1.3-rc3